home *** CD-ROM | disk | FTP | other *** search
/ Minami 47 / MINAMI47.ISO / Varios / Juegos Flash / Drum Lessons.exe / scripts / DefineSprite_31 / frame_2 / DoAction.as
Text File  |  2003-04-29  |  147b  |  10 lines

  1. if(Estado == "1")
  2. {
  3.    Go = (random("3") + "1") * "15";
  4. }
  5. else if(Estado == "2")
  6. {
  7.    Go = (random("2") + "4") * "15";
  8. }
  9. gotoAndPlay(Go);
  10.